github.com/klauspost/compress/zstd.decodeAsmContext.litRemain (field)

6 uses

	github.com/klauspost/compress/zstd (current package)
		seqdec_amd64.go#L185: 	litRemain int
		seqdec_amd64.go#L247: 		litRemain: len(s.literals),
		seqdec_amd64.go#L283: 			return fmt.Errorf("unexpected literal count, want %d bytes, but only %d is available", ll, ctx.litRemain+ll)
		seqdec_amd64.go#L291: 	if ctx.litRemain < 0 {
		seqdec_amd64.go#L293: 			len(s.literals), len(s.literals)-ctx.litRemain)
		seqdec_amd64.go#L296: 	s.seqSize += ctx.litRemain